home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / tqs / PROGRAMS.SHR / QESEIGE.B50 < prev    next >
Encoding:
Text File  |  1995-05-17  |  1.3 KB  |  77 lines

  1. REM
  2. REM                      EarthSiege by Sierra
  3. REM
  4. REM               Written and tested by Stephen Voege
  5. REM
  6. REM                        May, 1995
  7.  
  8.  
  9. REM ** Change the settings below in EarthSiege for your hardware setup
  10.  
  11. REM ** Select Standard Joystick 1/Movement Turret **
  12. REM ** Select RCS = Yes for HERC steering **
  13.  
  14.  
  15. RATE 80
  16.  
  17. USE FCLK
  18. USE TQS
  19. USE MTYPE A3
  20.  
  21. Mdef Qeseige
  22.  
  23. REM ** FLCS CODES **
  24.  
  25. BTN S1 /I RPT(5)IncRearShield
  26.        /O RPT(5)IncFrontShield
  27.  
  28. BTN S2 NextChain
  29.  
  30. rem BTN S3 ** NOP **
  31.  
  32. BTN S4 XMIT
  33.  
  34. BTN H1U RadarMFD
  35. BTN H1L PanLeft
  36. BTN H1R PanRight
  37. BTN H1D LookDownUp
  38.  
  39. BTN H2U AutoTrackOnOff
  40. BTN H2L TargetStatus
  41. BTN H2R MissleView
  42. BTN H2D TargetSelect
  43.  
  44. BTN H3U HercStatus
  45. BTN H3L TerrainMap
  46. BTN H3R FlashCmds
  47. BTN H3D SetScanRange
  48.  
  49. BTN H4U IncSetpoint
  50. BTN H4L PrevMessage
  51. BTN H4R NextMessage
  52. BTN H4D DecSetpoint
  53.  
  54. REM ** TQS CODES **
  55. REM ** TQS Buttons NOT used - T6, T11 - T14 **
  56.  
  57. BTN T2 TurretUP
  58. BTN T3 TurretDN
  59. BTN T4 TurretLeft
  60. BTN T5 TurretRight
  61.  
  62. BTN T6 RadarOnOff
  63.  
  64. BTN T7 /H IncTurretSpeed
  65. BTN T8 /N QuitMission
  66.  
  67. BTN T9 TurretCenter
  68. BTN T10 /P /N Pause
  69.         /R /N Cancel
  70.  
  71. REM ** ANT handles forward/backward movement **
  72. REM ** RNG Cycles thru weapons **
  73.  
  74. ANT 1 8 KP8 KP2 KP5
  75.  
  76. RNG 2 9 1 2 3 4 5 6 7 8 9
  77.